Stream(String) Constructor
Initializes a new instance of the Stream class and load data from the specified file.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public Stream(
string filePath
)
Public Sub New (
filePath As String
)
Parameters
- filePath String
- File path.